home *** CD-ROM | disk | FTP | other *** search
/ Clickx 40 / Clickx 40.iso / assets / software / PDFXVwer.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-01-01  |  18.7 KB  |  531 lines

  1. ;InnoSetupVersion=5.1.7
  2. [Setup]
  3. AppName=PDF-XChange PDF Viewer
  4. AppVerName=PDF-XChange PDF Viewer
  5. AppId=PDF-XChange PDF Viewer
  6. AppPublisher=Tracker software
  7. AppPublisherURL=http://www.docu-track.com
  8. AppSupportURL=http://www.docu-track.com
  9. AppUpdatesURL=http://www.docu-track.com
  10. DefaultDirName={pf}\Tracker Software\PDF-XChange Viewer
  11. DefaultGroupName=PDF-XChange PDF Viewer
  12. OutputBaseFilename=PDFXVwer
  13. Compression=lzma
  14. ArchitecturesAllowed=x86 x64
  15. ArchitecturesInstallIn64BitMode=x64
  16. PrivilegesRequired=none
  17. ChangesAssociations=yes
  18. LicenseFile=embedded\License.rtf
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{tmp}\isxbb.dll"; DestDir: "{tmp}"; MinVersion: 5.0,5.0; Flags: deleteafterinstall dontcopy 
  23. Source: "{app}\Help\PDFV.chm"; DestDir: "{app}\Help"; Components: Help; MinVersion: 5.0,5.0; 
  24. Source: "{app}\Help\PDFVLicense.pdf"; DestDir: "{app}\Help"; Components: Help; MinVersion: 5.0,5.0; 
  25. Source: "{app}\Help\PDFVManual.PDF"; DestDir: "{app}\Help"; Components: Help; MinVersion: 5.0,5.0; 
  26. Source: "{app}\pdf-viewer\PDFXCview,1.exe"; DestDir: "{app}\pdf-viewer"; DestName: "PDFXCview.exe"; Components: pdfviewer; Check: "(not IsWin64)"; MinVersion: 5.0,5.0; Flags: restartreplace uninsrestartdelete ignoreversion 
  27. Source: "{app}\pdf-viewer\resource,1.dat"; DestDir: "{app}\pdf-viewer"; DestName: "resource.dat"; Components: pdfviewer; Check: "(not IsWin64)"; MinVersion: 5.0,5.0; Flags: restartreplace uninsrestartdelete ignoreversion 
  28. Source: "{app}\pdf-viewer\gdiplus.dll"; DestDir: "{app}\pdf-viewer"; Components: pdfviewer; Check: "((not IsWin64) and ISWinVLXp)"; MinVersion: 5.0,5.0; Flags: restartreplace uninsrestartdelete ignoreversion 
  29. Source: "{app}\pdf-viewer\PDFXCview,2.exe"; DestDir: "{app}\pdf-viewer"; DestName: "PDFXCview.exe"; Components: pdfviewer; Check: "IsWin64"; MinVersion: 5.0,5.0; Flags: restartreplace uninsrestartdelete ignoreversion 
  30. Source: "{app}\pdf-viewer\resource,2.dat"; DestDir: "{app}\pdf-viewer"; DestName: "resource.dat"; Components: pdfviewer; Check: "IsWin64"; MinVersion: 5.0,5.0; Flags: restartreplace uninsrestartdelete ignoreversion 
  31. Source: "{tmp}\InstallSplash.bmp"; DestDir: "{tmp}"; MinVersion: 5.0,5.0; Flags: deleteafterinstall dontcopy 
  32. Source: "{app}\pdf-viewer\LiveUpdate.exe"; DestDir: "{app}\pdf-viewer"; Components: LiveUpdate; MinVersion: 5.0,5.0; Flags: restartreplace uninsrestartdelete 
  33. Source: "{app}\pdf-viewer\ISTask.dll"; DestDir: "{app}\pdf-viewer"; MinVersion: 5.0,5.0; 
  34. [Dirs]
  35. Name: "{app}"; Flags: uninsalwaysuninstall 
  36. Name: "{app}\pdf-viewer"; Flags: uninsalwaysuninstall 
  37. Name: "{app}\Help"; Flags: uninsalwaysuninstall 
  38. [Registry]
  39. Root: HKCU; Subkey: "Software\Tracker Software\Live Update\"; ValueName: "ListURL"; ValueType: String; ValueData: "http://www.docu-track.com/viewer/updates/UpdateList.xml"; MinVersion: 5.0,5.0; Flags: uninsdeletevalue 
  40. Root: HKCU; Subkey: "Software\Tracker Software\Live Update\"; ValueName: "ItemsBaseURL"; ValueType: String; ValueData: "http://www.docu-track.com/"; MinVersion: 5.0,5.0; Flags: uninsdeletevalue 
  41. [Run]
  42. Filename: "{code:SetPDFXVasDefault}"; Check: "IsAssociateOrDFVDef"; MinVersion: 5.0,5.0; 
  43. Filename: "{app}\pdf-viewer\PDFXCview.exe"; Description: "{cm:LaunchProgram,PDF-XChange PDF Viewer}"; MinVersion: 5.0,5.0; Flags: postinstall skipifsilent nowait
  44. [Icons]
  45. Name: "{group}\PDF-Viewer"; Filename: "{app}\pdf-viewer\PDFXCview.exe"; Components: pdfviewer; MinVersion: 5.0,5.0; 
  46. Name: "{group}\Live Update"; Filename: "{app}\pdf-viewer\LiveUpdate.exe"; Components: LiveUpdate; MinVersion: 5.0,5.0; 
  47. Name: "{group}\PDF-Viewer Help"; Filename: "{app}\Help\pdfv.chm"; Components: Help; MinVersion: 5.0,5.0; 
  48. Name: "{group}\PDF-XChange Users Manual"; Filename: "{app}\Help\PDFVManual.PDF"; Components: Help; MinVersion: 5.0,5.0; 
  49. Name: "{group}\PDF-XChange License"; Filename: "{app}\Help\PDFVLicense.pdf"; Components: Help; MinVersion: 5.0,5.0; 
  50. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; MinVersion: 5.0,5.0; 
  51. Name: "{userdesktop}\PDF-Viewer"; Filename: "{app}\pdf-viewer\PDFXCview.exe"; Components: pdfviewer; Tasks: desktopicon; MinVersion: 5.0,5.0; 
  52. [Tasks]
  53. Name: "desktopicon"; Description: "Create a &desktop icon"; Components: "pdfviewer"; MinVersion: 5.0,5.0; 
  54. Name: "associate"; Description: "Set PDF-XChange Viewer as default viewer for PDF files"; Components: "pdfviewer"; MinVersion: 5.0,5.0; 
  55. [Components]
  56. Name: "pdfviewer"; Description: "PDF-Viewer files"; Types: "full custom compact"; MinVersion: 5.0,5.0; 
  57. Name: "liveupdate"; Description: "Live Update for PDF-Viewer"; Types: "full custom compact"; MinVersion: 5.0,5.0; 
  58. Name: "help"; Description: "Help file"; Types: "full custom"; MinVersion: 5.0,5.0; 
  59. [Types]
  60. Name: "full"; Description: "Full installation"; MinVersion: 5.0,5.0; 
  61. Name: "custom"; Description: "Custom installation"; MinVersion: 5.0,5.0; 
  62. Name: "compact"; Description: "Compact installation"; MinVersion: 5.0,5.0; 
  63. [CustomMessages]
  64. Dweeks=weeks
  65. Dweek=week
  66. Ddays=days
  67. Dday=day
  68. Dhours=hours
  69. Dhour=hour
  70. Dminutes=minutes
  71. Dminute=minute
  72. Dseconds=seconds
  73. Dsecond=second
  74. DUnknown=Unknown
  75. DFile=File:
  76. DSpeed=Speed:
  77. DStatus=Status:
  78. DElapsedTime=Elapsed time:
  79. DRemainingTime=Remaining time:
  80. DCurrentfile=Current file:
  81. DTotalProgress=Total progress:
  82. DGettingFileInformation=Getting file information...
  83. DStartingDownload=Starting download...
  84. DDownloading=Downloading...
  85. en.NameAndVersion=%1 version %2
  86. en.AdditionalIcons=Additional icons:
  87. en.CreateDesktopIcon=Create a &desktop icon
  88. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  89. en.ProgramOnTheWeb=%1 on the Web
  90. en.UninstallProgram=Uninstall %1
  91. en.LaunchProgram=Launch %1
  92. en.AssocFileExtension=&Associate %1 with the %2 file extension
  93. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  94. nl.NameAndVersion=%1 versie %2
  95. nl.AdditionalIcons=Extra snelkoppelingen:
  96. nl.CreateDesktopIcon=Maak een snelkoppeling op het &bureaublad
  97. nl.CreateQuickLaunchIcon=Maak een snelkoppeling op de &Snel starten werkbalk
  98. nl.ProgramOnTheWeb=%1 op het Web
  99. nl.UninstallProgram=Verwijder %1
  100. nl.LaunchProgram=&Start %1
  101. nl.AssocFileExtension=&Koppel %1 aan de %2 bestandsextensie
  102. nl.AssocingFileExtension=Bezig met koppelen van %1 aan de %2 bestandsextensie...
  103. nl.Dweeks=weeken
  104. nl.Dweek=week
  105. nl.Ddays=dagen
  106. nl.Dday=dag
  107. nl.Dhours=uren
  108. nl.Dhour=uur
  109. nl.Dminutes=minuten
  110. nl.Dminute=minuut
  111. nl.Dseconds=seconden
  112. nl.Dsecond=seconde
  113. nl.DUnknown=Onbekend
  114. nl.DFile=Bestand:
  115. nl.DSpeed=Snelheid:
  116. nl.DStatus=Status:
  117. nl.DElapsedTime=Verstreken tijd:
  118. nl.DRemainingTime=Resterende tijd:
  119. nl.DCurrentfile=Huidig bestand:
  120. nl.DTotalProgress=Totale vooruitgang:
  121. nl.DGettingFileInformation=Verzamelen van bestandsgegevens...
  122. nl.DStartingDownload=Download starten...
  123. nl.DDownloading=Bezig met downloaden...
  124. uk.NameAndVersion=%1, 
  125. uk.AdditionalIcons=
  126. uk.CreateDesktopIcon=
  127. uk.CreateQuickLaunchIcon=
  128. uk.ProgramOnTheWeb=
  129. uk.UninstallProgram=
  130. uk.LaunchProgram=
  131. uk.AssocFileExtension=
  132. uk.AssocingFileExtension=
  133. uk.Dweeks=
  134. uk.Dweek=
  135. uk.Ddays=
  136. uk.Dday=
  137. uk.Dhours=
  138. uk.Dhour=
  139. uk.Dminutes=
  140. uk.Dminute=
  141. uk.Dseconds=
  142. uk.Dsecond=
  143. uk.DUnknown=
  144. uk.DFile=
  145. uk.DSpeed=
  146. uk.DStatus=
  147. uk.DElapsedTime=
  148. uk.DRemainingTime=
  149. uk.DCurrentfile=
  150. uk.DTotalProgress=
  151. uk.DGettingFileInformation=
  152. uk.DStartingDownload=
  153. uk.DDownloading=
  154. fr.NameAndVersion=%1 version %2
  155. fr.AdditionalIcons=Ic
  156. nes suppl
  157. mentaires :
  158. fr.CreateDesktopIcon=Cr
  159. er une ic
  160. ne sur le &Bureau
  161. fr.CreateQuickLaunchIcon=Cr
  162. er une ic
  163. ne dans la barre de &Lancement rapide
  164. fr.ProgramOnTheWeb=Page d'accueil de %1
  165. fr.UninstallProgram=D
  166. sinstaller %1
  167. fr.LaunchProgram=Ex
  168. cuter %1
  169. fr.AssocFileExtension=&Associer %1 avec l'extension de fichier %2
  170. fr.AssocingFileExtension=Associe %1 avec l'extension de fichier %2...
  171. gr.NameAndVersion=%1 Version %2
  172. gr.AdditionalIcons=Zus
  173. tzliche Symbole:
  174. gr.CreateDesktopIcon=&Desktop-Symbol anlegen
  175. gr.CreateQuickLaunchIcon=Symbol in der Schnellstartleiste anlegen
  176. gr.ProgramOnTheWeb=%1 im Internet
  177. gr.UninstallProgram=%1 entfernen
  178. gr.LaunchProgram=%1 starten
  179. gr.AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
  180. gr.AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
  181. gr.Dweeks=Wochen
  182. gr.Dweek=Woche
  183. gr.Ddays=Tage
  184. gr.Dday=Tag
  185. gr.Dhours=Stunden
  186. gr.Dhour=Stunde
  187. gr.Dminutes=Minuten
  188. gr.Dminute=Minute
  189. gr.Dseconds=Sekunden
  190. gr.Dsecond=Sekunde
  191. gr.DUnknown=Unbekannt
  192. gr.DFile=Datei:
  193. gr.DSpeed=Geschwindigkeit:
  194. gr.DStatus=Status:
  195. gr.DElapsedTime=Abgelaufene Zeit:
  196. gr.DRemainingTime=Verbleibende Zeit:
  197. gr.DCurrentfile=Aktuelle Datei:
  198. gr.DTotalProgress=Totaler Fortschritt:
  199. gr.DGettingFileInformation=Empfange Datei-Information...
  200. gr.DStartingDownload=Starte Herunterladen...
  201. gr.DDownloading=Herunterladen...
  202. it.NameAndVersion=%1 versione %2
  203. it.AdditionalIcons=Icone aggiuntive:
  204. it.CreateDesktopIcon=Crea un'icona sul &desktop
  205. it.CreateQuickLaunchIcon=Crea un'icona nella barra &Avvio veloce
  206. it.ProgramOnTheWeb=%1 sul Web
  207. it.UninstallProgram=Disinstalla %1
  208. it.LaunchProgram=Avvia %1
  209. it.AssocFileExtension=&Associa l'estensione %2 a %1
  210. it.AssocingFileExtension=Associazione dell'estensione %2 a %1 in corso...
  211. ru.NameAndVersion=%1, 
  212. ru.AdditionalIcons=
  213. ru.CreateDesktopIcon=
  214. ru.CreateQuickLaunchIcon=
  215. ru.ProgramOnTheWeb=
  216. ru.UninstallProgram=
  217. ru.LaunchProgram=
  218. ru.AssocFileExtension=
  219. ru.AssocingFileExtension=
  220.  %2...
  221. sp.NameAndVersion=%1 versi
  222. sp.AdditionalIcons=Iconos adicionales:
  223. sp.CreateDesktopIcon=Crear un atajo en el &Escritorio
  224. sp.CreateQuickLaunchIcon=Crear un icono de acceso &r
  225. sp.ProgramOnTheWeb=%1 en la Web
  226. sp.UninstallProgram=Eliminar %1
  227. sp.LaunchProgram=Ejecutar %1
  228. sp.AssocFileExtension=&Asociar %1 con la extensi
  229. n de archivo %2
  230. sp.AssocingFileExtension=Asociar %1 con la extensi
  231. n de archivo %2...
  232. sp.Dweeks=semanas
  233. sp.Dweek=semana
  234. sp.Ddays=d
  235. sp.Dday=d
  236. sp.Dhours=horas
  237. sp.Dhour=hora
  238. sp.Dminutes=minutos
  239. sp.Dminute=minuto
  240. sp.Dseconds=segundos
  241. sp.Dsecond=segundos
  242. sp.DUnknown=Desconocido
  243. sp.DFile=Archivo:
  244. sp.DSpeed=Velocidad:
  245. sp.DStatus=Estado:
  246. sp.DElapsedTime=Tiempo Transcurrido:
  247. sp.DRemainingTime=Tiempo Restante:
  248. sp.DCurrentfile=Archivo Actual:
  249. sp.DTotalProgress=Avance Total:
  250. sp.DGettingFileInformation=Obteniendo Informaci
  251. n del archivo...
  252. sp.DStartingDownload=Iniciando Descarga...
  253. sp.DDownloading=Descargando...
  254. ko.NameAndVersion=%1 
  255. ko.AdditionalIcons=
  256. ko.CreateDesktopIcon=
  257. ko.CreateQuickLaunchIcon=
  258. ko.ProgramOnTheWeb=
  259. ko.UninstallProgram=%1 
  260. ko.LaunchProgram=%1 
  261. ko.AssocFileExtension=%2 
  262. ko.AssocingFileExtension=%2 
  263. ch.NameAndVersion=%1 
  264. ch.AdditionalIcons=
  265. ch.CreateDesktopIcon=
  266. ch.CreateQuickLaunchIcon=
  267. ch.ProgramOnTheWeb=
  268. ch.UninstallProgram=
  269. ch.LaunchProgram=
  270. ch.AssocFileExtension=
  271. ch.AssocingFileExtension=
  272. jp.NameAndVersion=%1 
  273. jp.AdditionalIcons=
  274. jp.CreateDesktopIcon=
  275. jp.CreateQuickLaunchIcon=&Quick Launch 
  276. jp.ProgramOnTheWeb=%1 on the Web
  277. jp.UninstallProgram=%1 
  278. jp.LaunchProgram=%1 
  279. jp.AssocFileExtension=%2 
  280. jp.AssocingFileExtension=%2 
  281. fi.NameAndVersion=%1 versio %2
  282. fi.AdditionalIcons=Lis
  283. kuvakkeet:
  284. fi.CreateDesktopIcon=Luo kuvake ty
  285. fi.CreateQuickLaunchIcon=Luo kuvake pikak
  286. ynnistyspalkkiin
  287. fi.ProgramOnTheWeb=%1 Internetiss
  288. fi.UninstallProgram=Poista %1
  289. fi.LaunchProgram=K
  290. ynnist
  291. fi.AssocFileExtension=Yhdist
  292.  %1 tiedostop
  293. tteeseen %2
  294. fi.AssocingFileExtension=Yhdist
  295.  %1 tiedostop
  296. tteeseen %2 ...
  297. fi.Dweeks=viikkoa
  298. fi.Dweek=viikko
  299. fi.Ddays=p
  300. fi.Dday=p
  301. fi.Dhours=tuntia
  302. fi.Dhour=tunti
  303. fi.Dminutes=minuuttia
  304. fi.Dminute=minuutti
  305. fi.Dseconds=sekuntia
  306. fi.Dsecond=sekunti
  307. fi.DUnknown=Tuntematon
  308. fi.DFile=Tiedosto:
  309. fi.DSpeed=Nopeus:
  310. fi.DStatus=Tila:
  311. fi.DElapsedTime=K
  312. ytetty aika:
  313. fi.DRemainingTime=J
  314. ljell
  315.  oleva aika:
  316. fi.DCurrentfile=T
  317.  tiedosto:
  318. fi.DTotalProgress=Edistyminen:
  319. fi.DGettingFileInformation=Tarkistetaan tietoja...
  320. fi.DStartingDownload=Lataaminen alkaa...
  321. fi.DDownloading=Ladataan...
  322. cz.NameAndVersion=%1 verze %2
  323. cz.AdditionalIcons=Dal
  324. stupci:
  325. cz.CreateDesktopIcon=Vytvo
  326. stupce na &plo
  327. cz.CreateQuickLaunchIcon=Vytvo
  328. stupce na panelu &Snadn
  329. cz.ProgramOnTheWeb=Aplikace %1 na internetu
  330. cz.UninstallProgram=Odinstalovat aplikaci %1
  331. cz.LaunchProgram=Spustit aplikaci %1
  332. cz.AssocFileExtension=Vytvo
  333. it &asociaci mezi soubory typu %2 a aplikac
  334. cz.AssocingFileExtension=Vytv
  335.  se asociace mezi soubory typu %2 a aplikac
  336.  %1...
  337. cz.Dweeks=t
  338. cz.Dweek=t
  339. cz.Ddays=dn
  340. cz.Dday=den
  341. cz.Dhours=hodin
  342. cz.Dhour=hodina
  343. cz.Dminutes=minut
  344. cz.Dminute=minuta
  345. cz.Dseconds=vte
  346. cz.Dsecond=vte
  347. cz.DUnknown=Nezn
  348. cz.DFile=Soubor:
  349. cz.DSpeed=Rychlost:
  350. cz.DStatus=Stav:
  351. cz.DElapsedTime=Uplynul
  352. cz.DRemainingTime=Zb
  353. cz.DCurrentfile=Aktu
  354.  soubor:
  355. cz.DTotalProgress=Celkem zpracov
  356. cz.DGettingFileInformation=Z
  357. m informace o souboru...
  358. cz.DStartingDownload=Za
  359. m stahovat...
  360. cz.DDownloading=Stahov
  361. da.NameAndVersion=%1 version %2
  362. da.AdditionalIcons=Ekstra ikoner:
  363. da.CreateDesktopIcon=Lav ikon p
  364.  &skrivebordet
  365. da.CreateQuickLaunchIcon=Lav &hurtigstart-ikon
  366. da.ProgramOnTheWeb=%1 p
  367.  internettet
  368. da.UninstallProgram=Afinstaller (fjern) %1
  369. da.LaunchProgram=K
  370. da.AssocFileExtension=&Sammenk
  371. d %1 med filtypen %2
  372. da.AssocingFileExtension=Sammenk
  373. der %1 med filtypen %2...
  374. da.Dweeks=uger
  375. da.Dweek=uge
  376. da.Ddays=dage
  377. da.Dday=dag
  378. da.Dhours=timer
  379. da.Dhour=time
  380. da.Dminutes=minutter
  381. da.Dminute=minut
  382. da.Dseconds=sekunder
  383. da.Dsecond=sekund
  384. da.DUnknown=ukendt
  385. da.DFile=Fil:
  386. da.DSpeed=Hastighed:
  387. da.DStatus=Status:
  388. da.DElapsedTime=Forl
  389. bet tid:
  390. da.DRemainingTime=Resterende tid:
  391. da.DCurrentfile=Nuv
  392. rende fil:
  393. da.DTotalProgress=Forl
  394. b ialt:
  395. da.DGettingFileInformation=Henter fil information...
  396. da.DStartingDownload=Starter download...
  397. da.DDownloading=Downloader...
  398. pl.NameAndVersion=%1 wersja %2
  399. pl.AdditionalIcons=Dodatkowe ikony:
  400. pl.CreateDesktopIcon=Utw
  401. rz ikon
  402.  na &pulpicie
  403. pl.CreateQuickLaunchIcon=Utw
  404. rz ikon
  405.  na pasku &szybkiego uruchamiania
  406. pl.ProgramOnTheWeb=Strona WWW programu %1
  407. pl.UninstallProgram=Deinstalacja programu %1
  408. pl.LaunchProgram=Uruchom program %1
  409. pl.AssocFileExtension=&Przypisz program %1 do rozszerzenia pliku %2
  410. pl.AssocingFileExtension=Przypisywanie programu %1 do rozszerzenia pliku %2...
  411. pl.Dweeks=tygodnie
  412. pl.Dweek=tydzie
  413. pl.Ddays=dni
  414. pl.Dday=dzie
  415. pl.Dhours=godziny
  416. pl.Dhour=godzina
  417. pl.Dminutes=minuty
  418. pl.Dminute=minuta
  419. pl.Dseconds=sekundy
  420. pl.Dsecond=sekunda
  421. pl.DUnknown=Nieznany
  422. pl.DFile=File:
  423. pl.DSpeed=Szybko
  424. pl.DStatus=Status:
  425. pl.DElapsedTime=Czas, kt
  426. ry min
  427. pl.DRemainingTime=Czas pozosta
  428. pl.DCurrentfile=Bie
  429. cy plik:
  430. pl.DTotalProgress=Ca
  431. kowity post
  432. pl.DGettingFileInformation=Pobieranie informacji o pliku...
  433. pl.DStartingDownload=Rozpocz
  434. cie pobierania...
  435. pl.DDownloading=Pobieranie...
  436. no.NameAndVersion=%1 versjon %2
  437. no.AdditionalIcons=Ekstra-ikoner:
  438. no.CreateDesktopIcon=Lag ikon p
  439.  &skrivebordet
  440. no.CreateQuickLaunchIcon=Lag et &Hurtigstarts-ikon
  441. no.ProgramOnTheWeb=%1 p
  442.  nettet
  443. no.UninstallProgram=Avinstaller %1
  444. no.LaunchProgram=Kj
  445. no.AssocFileExtension=&Koble %1 med filetternavnet %2
  446. no.AssocingFileExtension=Kobler %1 med filetternavnet %2...
  447. he.NameAndVersion=%1 
  448. he.AdditionalIcons=
  449. he.CreateDesktopIcon=
  450. he.CreateQuickLaunchIcon=
  451. he.ProgramOnTheWeb=%1 
  452. he.UninstallProgram=
  453. he.LaunchProgram=
  454. he.AssocFileExtension=&
  455. he.AssocingFileExtension=
  456. sw.NameAndVersion=%1 version %2
  457. sw.AdditionalIcons=
  458. terst
  459. ende ikoner:
  460. sw.CreateDesktopIcon=Skapa en ikon p
  461.  skrivbordet
  462. sw.CreateQuickLaunchIcon=Skapa en ikon i Snabbstartf
  463. sw.ProgramOnTheWeb=%1 p
  464.  Webben
  465. sw.UninstallProgram=Avinstallera %1
  466. sw.LaunchProgram=Starta %1
  467. sw.AssocFileExtension=&Associera %1 med %2 filnamnstill
  468. sw.AssocingFileExtension=Associerar %1 med %2 filnamnstill
  469. gg...
  470. ro.NameAndVersion=%1 versiunea %2
  471. ro.AdditionalIcons=Iconi
  472. e adi
  473. ionale:
  474. ro.CreateDesktopIcon=Creeaz
  475.  o iconi
  476.  pe &desktop
  477. ro.CreateQuickLaunchIcon=Creeaz
  478.  o iconi
  479.  &Quick Launch
  480. ro.ProgramOnTheWeb=%1 pe Internet
  481. ro.UninstallProgram=Dezinstalare %1
  482. ro.LaunchProgram=Lanseaz
  483. ro.AssocFileExtension=&Asociaz
  484.  %1 cu extensia de fi
  485. iere %2
  486. ro.AssocingFileExtension=Asociere %1 cu extensia de fi
  487. iere %2 ...
  488. ro.Dweeks=saptamani
  489. ro.Dweek=saptamana
  490. ro.Ddays=zile
  491. ro.Dday=zi
  492. ro.Dhours=ore
  493. ro.Dhour=ora
  494. ro.Dminutes=minute
  495. ro.Dminute=minut
  496. ro.Dseconds=secunde
  497. ro.Dsecond=secunda
  498. ro.DUnknown=Necunoscut
  499. ro.DFile=Fisier:
  500. ro.DSpeed=Viteza:
  501. ro.DStatus=Stare:
  502. ro.DElapsedTime=Timp scurs:
  503. ro.DRemainingTime=Timp ramas:
  504. ro.DCurrentfile=Fisier curent:
  505. ro.DTotalProgress=Progres:
  506. ro.DGettingFileInformation=Informatii despre fisier...
  507. ro.DStartingDownload=Incepere descarcare...
  508. ro.DDownloading=In curs de descarcare...
  509. [Languages]
  510. ; These files are stubs
  511. ; To achieve better results after recompilation, use the real language files
  512. Name: "en"; MessagesFile: "embedded\en.isl"; 
  513. Name: "nl"; MessagesFile: "embedded\nl.isl"; 
  514. Name: "uk"; MessagesFile: "embedded\uk.isl"; 
  515. Name: "fr"; MessagesFile: "embedded\fr.isl"; 
  516. Name: "gr"; MessagesFile: "embedded\gr.isl"; 
  517. Name: "it"; MessagesFile: "embedded\it.isl"; 
  518. Name: "ru"; MessagesFile: "embedded\ru.isl"; 
  519. Name: "sp"; MessagesFile: "embedded\sp.isl"; 
  520. Name: "ko"; MessagesFile: "embedded\ko.isl"; 
  521. Name: "ch"; MessagesFile: "embedded\ch.isl"; 
  522. Name: "jp"; MessagesFile: "embedded\jp.isl"; 
  523. Name: "fi"; MessagesFile: "embedded\fi.isl"; 
  524. Name: "cz"; MessagesFile: "embedded\cz.isl"; 
  525. Name: "da"; MessagesFile: "embedded\da.isl"; 
  526. Name: "pl"; MessagesFile: "embedded\pl.isl"; 
  527. Name: "no"; MessagesFile: "embedded\no.isl"; 
  528. Name: "he"; MessagesFile: "embedded\he.isl"; 
  529. Name: "sw"; MessagesFile: "embedded\sw.isl"; 
  530. Name: "ro"; MessagesFile: "embedded\ro.isl"; 
  531.